home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
toc.dir
/
00261.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-01-16
|
314 b
|
13 lines
on checkHot
if rollOver(19) then
puppetSprite(19, 1)
set the stretch of sprite 19 to 0
set the memberNum of sprite 19 to the number of member "HF_HOT"
updateStage()
else
set the memberNum of sprite 19 to the number of member "HOT BOX"
updateStage()
puppetSprite(19, 0)
end if
end